home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEUI44.DPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  907 b   |  60 lines

  1. package TeeUI44;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. {$BOOLEVAL OFF}
  6. { DEBUGINFO OFF}
  7. {$EXTENDEDSYNTAX ON}
  8. {$IMPORTEDDATA ON}
  9. {$IOCHECKS ON}
  10. { LOCALSYMBOLS OFF}
  11. {$LONGSTRINGS ON}
  12. {$OPENSTRINGS ON}
  13. {$OPTIMIZATION ON}
  14. {$OVERFLOWCHECKS OFF}
  15. {$RANGECHECKS OFF}
  16. {$REFERENCEINFO OFF}
  17. {$SAFEDIVIDE OFF}
  18. {$STACKFRAMES OFF}
  19. {$TYPEDADDRESS OFF}
  20. {$VARSTRINGCHECKS ON}
  21. {$WRITEABLECONST ON}
  22. {$MINENUMSIZE 1}
  23. {$IMAGEBASE $41F00000}
  24. {$DESCRIPTION 'Delphi TeeChart UI Components'}
  25. {$RUNONLY}
  26. {$IMPLICITBUILD OFF}
  27.  
  28. requires
  29.   Tee44,
  30.   TeeDB44;
  31. contains
  32.   DBEditCh,
  33.   TeeGally,
  34.   TeeLisB,
  35.   Axmaxmin,
  36.   AxisIncr,
  37.   EditChar,
  38.   Areaedit,
  39.   Arrowedi,
  40.   BarEdit,
  41.   CustEdit,
  42.   FLineEdi,
  43.   GanttEdi,
  44.   PieEdit,
  45.   ShapeEdi,
  46.   TeePoEdi,
  47.   iEditCha,
  48.   iEdiSeri,
  49.   iEdiGene,
  50.   iEdiAxis,
  51.   iEdiPane,
  52.   iEdiLege,
  53.   iEdiTitl,
  54.   iEdiWall,
  55.   iEdiPage,
  56.   iEdi3D,
  57.   iEdiPeri,
  58.   TeeStore;
  59. end.
  60.